home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / ViRC2.chm / cmd / removefromial.txt < prev    next >
Text File  |  2002-07-30  |  540b  |  17 lines

  1. <p class=syntax>Syntax:<br>
  2. RemoveFromIAL <var>nick</var></p>
  3.  
  4. <p>Removed a nick's address from the internal address list (IAL).</p>
  5.  
  6. <pre class=example>Example:
  7. // don't want GetAddress putting nicks in the IAL for you?
  8. // override it with an alias...
  9. Alias GETADDRESS
  10.   // leading * calls the built-in function
  11.   @l $address = $*GetAddress($1)
  12.   RemoveFromIAL $1
  13.   @ $fresult = $address
  14. EndAlias</pre>
  15.  
  16. <p class=seealso>See also: <a href="../func/isinial.txt">IsInIAL</a>,
  17. <a href="removefromial.txt">RemoveFromIAL</a></p>